レベルエンター山本大のブログ

面白いプログラミング教育を若い人たちに

BLOCKVROCKリファレンス目次はこちら

ICEFaces AND Spring JavaEE翻訳

TSSより、JSFコンポーネントライブラリである「ICEFace」の紹介記事です。
Springとの組み合わせをやっています。


February 2008 2008年2月

ICEFaces is a JSF component library that adds a unique approach to AJAX: it renders a DOM (Document Object Model) on the serverside, and delivers changes to that DOM to a client via AJAX push. What this means is that data can be updated from one client, and the updates can be reflected almost immediately - with no client intervention - on other clients.

ICEFaseは、AJaxに対するユニークな特徴を持ったJSFコンポーネントライブラリです。ICEFaceではドキュメントオブジェクトモデルの描画をサーバーサイドで行います。そして、Ajaxを経由してDOMの変更をクライアントに配信します。この機能によって、データを1つのクライアントによって更新でき、またクライアントに干渉せずに、他のクライアントに対してほとんど即時に変更を反映することができるのです。

続きを読む